Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix burnlog not presented #2879

Merged
merged 1 commit into from
Sep 19, 2023
Merged

fix: Fix burnlog not presented #2879

merged 1 commit into from
Sep 19, 2023

Conversation

howjmay
Copy link
Member

@howjmay howjmay commented Sep 15, 2023

burnlog is not presented in the solo tests which is caused by burnlog is not serializable.

@howjmay howjmay force-pushed the burnlog branch 6 times, most recently from 0c69eaf to b6a757f Compare September 16, 2023 23:45
@howjmay howjmay marked this pull request as ready for review September 16, 2023 23:47
@howjmay howjmay force-pushed the burnlog branch 2 times, most recently from 266670e to 226ab29 Compare September 19, 2023 15:00
@@ -90,6 +90,7 @@ func initEVM(t testing.TB, nativeContracts ...*coreutil.ContractProcessor) *solo
AutoAdjustStorageDeposit: true,
Debug: true,
PrintStackTrace: true,
DisableBurnLog: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: I find it easier to grok having a "GasBurnLogEnabled" flag that defaults to true

@howjmay howjmay merged commit 03abfe3 into iotaledger:develop Sep 19, 2023
5 checks passed
@howjmay howjmay deleted the burnlog branch September 19, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants